home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_mysql.idb / usr / freeware / include / mysql / mysqld_error.h.z / mysqld_error.h
Text File  |  2002-10-07  |  8KB  |  238 lines

  1. /* Copyright (C) 2000 MySQL AB
  2.  
  3.    This program is free software; you can redistribute it and/or modify
  4.    it under the terms of the GNU General Public License as published by
  5.    the Free Software Foundation; either version 2 of the License, or
  6.    (at your option) any later version.
  7.  
  8.    This program is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.    GNU General Public License for more details.
  12.  
  13.    You should have received a copy of the GNU General Public License
  14.    along with this program; if not, write to the Free Software
  15.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
  16.  
  17. /* Definefile for error messagenumbers */
  18.  
  19. #define ER_HASHCHK 1000
  20. #define ER_NISAMCHK 1001
  21. #define ER_NO 1002
  22. #define ER_YES 1003
  23. #define ER_CANT_CREATE_FILE 1004
  24. #define ER_CANT_CREATE_TABLE 1005
  25. #define ER_CANT_CREATE_DB 1006
  26. #define ER_DB_CREATE_EXISTS 1007
  27. #define ER_DB_DROP_EXISTS 1008
  28. #define ER_DB_DROP_DELETE 1009
  29. #define ER_DB_DROP_RMDIR 1010
  30. #define ER_CANT_DELETE_FILE 1011
  31. #define ER_CANT_FIND_SYSTEM_REC 1012
  32. #define ER_CANT_GET_STAT 1013
  33. #define ER_CANT_GET_WD 1014
  34. #define ER_CANT_LOCK 1015
  35. #define ER_CANT_OPEN_FILE 1016
  36. #define ER_FILE_NOT_FOUND 1017
  37. #define ER_CANT_READ_DIR 1018
  38. #define ER_CANT_SET_WD 1019
  39. #define ER_CHECKREAD 1020
  40. #define ER_DISK_FULL 1021
  41. #define ER_DUP_KEY 1022
  42. #define ER_ERROR_ON_CLOSE 1023
  43. #define ER_ERROR_ON_READ 1024
  44. #define ER_ERROR_ON_RENAME 1025
  45. #define ER_ERROR_ON_WRITE 1026
  46. #define ER_FILE_USED 1027
  47. #define ER_FILSORT_ABORT 1028
  48. #define ER_FORM_NOT_FOUND 1029
  49. #define ER_GET_ERRNO 1030
  50. #define ER_ILLEGAL_HA 1031
  51. #define ER_KEY_NOT_FOUND 1032
  52. #define ER_NOT_FORM_FILE 1033
  53. #define ER_NOT_KEYFILE 1034
  54. #define ER_OLD_KEYFILE 1035
  55. #define ER_OPEN_AS_READONLY 1036
  56. #define ER_OUTOFMEMORY 1037
  57. #define ER_OUT_OF_SORTMEMORY 1038
  58. #define ER_UNEXPECTED_EOF 1039
  59. #define ER_CON_COUNT_ERROR 1040
  60. #define ER_OUT_OF_RESOURCES 1041
  61. #define ER_BAD_HOST_ERROR 1042
  62. #define ER_HANDSHAKE_ERROR 1043
  63. #define ER_DBACCESS_DENIED_ERROR 1044
  64. #define ER_ACCESS_DENIED_ERROR 1045
  65. #define ER_NO_DB_ERROR 1046
  66. #define ER_UNKNOWN_COM_ERROR 1047
  67. #define ER_BAD_NULL_ERROR 1048
  68. #define ER_BAD_DB_ERROR 1049
  69. #define ER_TABLE_EXISTS_ERROR 1050
  70. #define ER_BAD_TABLE_ERROR 1051
  71. #define ER_NON_UNIQ_ERROR 1052
  72. #define ER_SERVER_SHUTDOWN 1053
  73. #define ER_BAD_FIELD_ERROR 1054
  74. #define ER_WRONG_FIELD_WITH_GROUP 1055
  75. #define ER_WRONG_GROUP_FIELD 1056
  76. #define ER_WRONG_SUM_SELECT 1057
  77. #define ER_WRONG_VALUE_COUNT 1058
  78. #define ER_TOO_LONG_IDENT 1059
  79. #define ER_DUP_FIELDNAME 1060
  80. #define ER_DUP_KEYNAME 1061
  81. #define ER_DUP_ENTRY 1062
  82. #define ER_WRONG_FIELD_SPEC 1063
  83. #define ER_PARSE_ERROR 1064
  84. #define ER_EMPTY_QUERY 1065
  85. #define ER_NONUNIQ_TABLE 1066
  86. #define ER_INVALID_DEFAULT 1067
  87. #define ER_MULTIPLE_PRI_KEY 1068
  88. #define ER_TOO_MANY_KEYS 1069
  89. #define ER_TOO_MANY_KEY_PARTS 1070
  90. #define ER_TOO_LONG_KEY 1071
  91. #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
  92. #define ER_BLOB_USED_AS_KEY 1073
  93. #define ER_TOO_BIG_FIELDLENGTH 1074
  94. #define ER_WRONG_AUTO_KEY 1075
  95. #define ER_READY 1076
  96. #define ER_NORMAL_SHUTDOWN 1077
  97. #define ER_GOT_SIGNAL 1078
  98. #define ER_SHUTDOWN_COMPLETE 1079
  99. #define ER_FORCING_CLOSE 1080
  100. #define ER_IPSOCK_ERROR 1081
  101. #define ER_NO_SUCH_INDEX 1082
  102. #define ER_WRONG_FIELD_TERMINATORS 1083
  103. #define ER_BLOBS_AND_NO_TERMINATED 1084
  104. #define ER_TEXTFILE_NOT_READABLE 1085
  105. #define ER_FILE_EXISTS_ERROR 1086
  106. #define ER_LOAD_INFO 1087
  107. #define ER_ALTER_INFO 1088
  108. #define ER_WRONG_SUB_KEY 1089
  109. #define ER_CANT_REMOVE_ALL_FIELDS 1090
  110. #define ER_CANT_DROP_FIELD_OR_KEY 1091
  111. #define ER_INSERT_INFO 1092
  112. #define ER_INSERT_TABLE_USED 1093
  113. #define ER_NO_SUCH_THREAD 1094
  114. #define ER_KILL_DENIED_ERROR 1095
  115. #define ER_NO_TABLES_USED 1096
  116. #define ER_TOO_BIG_SET 1097
  117. #define ER_NO_UNIQUE_LOGFILE 1098
  118. #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
  119. #define ER_TABLE_NOT_LOCKED 1100
  120. #define ER_BLOB_CANT_HAVE_DEFAULT 1101
  121. #define ER_WRONG_DB_NAME 1102
  122. #define ER_WRONG_TABLE_NAME 1103
  123. #define ER_TOO_BIG_SELECT 1104
  124. #define ER_UNKNOWN_ERROR 1105
  125. #define ER_UNKNOWN_PROCEDURE 1106
  126. #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
  127. #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
  128. #define ER_UNKNOWN_TABLE 1109
  129. #define ER_FIELD_SPECIFIED_TWICE 1110
  130. #define ER_INVALID_GROUP_FUNC_USE 1111
  131. #define ER_UNSUPPORTED_EXTENSION 1112
  132. #define ER_TABLE_MUST_HAVE_COLUMNS 1113
  133. #define ER_RECORD_FILE_FULL 1114
  134. #define ER_UNKNOWN_CHARACTER_SET 1115
  135. #define ER_TOO_MANY_TABLES 1116
  136. #define ER_TOO_MANY_FIELDS 1117
  137. #define ER_TOO_BIG_ROWSIZE 1118
  138. #define ER_STACK_OVERRUN 1119
  139. #define ER_WRONG_OUTER_JOIN 1120
  140. #define ER_NULL_COLUMN_IN_INDEX 1121
  141. #define ER_CANT_FIND_UDF 1122
  142. #define ER_CANT_INITIALIZE_UDF 1123
  143. #define ER_UDF_NO_PATHS 1124
  144. #define ER_UDF_EXISTS 1125
  145. #define ER_CANT_OPEN_LIBRARY 1126
  146. #define ER_CANT_FIND_DL_ENTRY 1127
  147. #define ER_FUNCTION_NOT_DEFINED 1128
  148. #define ER_HOST_IS_BLOCKED 1129
  149. #define ER_HOST_NOT_PRIVILEGED 1130
  150. #define ER_PASSWORD_ANONYMOUS_USER 1131
  151. #define ER_PASSWORD_NOT_ALLOWED 1132
  152. #define ER_PASSWORD_NO_MATCH 1133
  153. #define ER_UPDATE_INFO 1134
  154. #define ER_CANT_CREATE_THREAD 1135
  155. #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
  156. #define ER_CANT_REOPEN_TABLE 1137
  157. #define ER_INVALID_USE_OF_NULL 1138
  158. #define ER_REGEXP_ERROR 1139
  159. #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
  160. #define ER_NONEXISTING_GRANT 1141
  161. #define ER_TABLEACCESS_DENIED_ERROR 1142
  162. #define ER_COLUMNACCESS_DENIED_ERROR 1143
  163. #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
  164. #define ER_GRANT_WRONG_HOST_OR_USER 1145
  165. #define ER_NO_SUCH_TABLE 1146
  166. #define ER_NONEXISTING_TABLE_GRANT 1147
  167. #define ER_NOT_ALLOWED_COMMAND 1148
  168. #define ER_SYNTAX_ERROR 1149
  169. #define ER_DELAYED_CANT_CHANGE_LOCK 1150
  170. #define ER_TOO_MANY_DELAYED_THREADS 1151
  171. #define ER_ABORTING_CONNECTION 1152
  172. #define ER_NET_PACKET_TOO_LARGE 1153
  173. #define ER_NET_READ_ERROR_FROM_PIPE 1154
  174. #define ER_NET_FCNTL_ERROR 1155
  175. #define ER_NET_PACKETS_OUT_OF_ORDER 1156
  176. #define ER_NET_UNCOMPRESS_ERROR 1157
  177. #define ER_NET_READ_ERROR 1158
  178. #define ER_NET_READ_INTERRUPTED 1159
  179. #define ER_NET_ERROR_ON_WRITE 1160
  180. #define ER_NET_WRITE_INTERRUPTED 1161
  181. #define ER_TOO_LONG_STRING 1162
  182. #define ER_TABLE_CANT_HANDLE_BLOB 1163
  183. #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
  184. #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
  185. #define ER_WRONG_COLUMN_NAME 1166
  186. #define ER_WRONG_KEY_COLUMN 1167
  187. #define ER_WRONG_MRG_TABLE 1168
  188. #define ER_DUP_UNIQUE 1169
  189. #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
  190. #define ER_PRIMARY_CANT_HAVE_NULL 1171
  191. #define ER_TOO_MANY_ROWS 1172
  192. #define ER_REQUIRES_PRIMARY_KEY 1173
  193. #define ER_NO_RAID_COMPILED 1174
  194. #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
  195. #define ER_KEY_DOES_NOT_EXITS 1176
  196. #define ER_CHECK_NO_SUCH_TABLE 1177
  197. #define ER_CHECK_NOT_IMPLEMENTED 1178
  198. #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
  199. #define ER_ERROR_DURING_COMMIT 1180
  200. #define ER_ERROR_DURING_ROLLBACK 1181
  201. #define ER_ERROR_DURING_FLUSH_LOGS 1182
  202. #define ER_ERROR_DURING_CHECKPOINT 1183
  203. #define ER_NEW_ABORTING_CONNECTION 1184
  204. #define ER_DUMP_NOT_IMPLEMENTED    1185
  205. #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
  206. #define ER_INDEX_REBUILD  1187
  207. #define ER_MASTER 1188
  208. #define ER_MASTER_NET_READ 1189
  209. #define ER_MASTER_NET_WRITE 1190
  210. #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
  211. #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
  212. #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
  213. #define ER_CRASHED_ON_USAGE 1194
  214. #define ER_CRASHED_ON_REPAIR 1195
  215. #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
  216. #define ER_TRANS_CACHE_FULL 1197
  217. #define ER_SLAVE_MUST_STOP 1198
  218. #define ER_SLAVE_NOT_RUNNING 1199
  219. #define ER_BAD_SLAVE 1200
  220. #define ER_MASTER_INFO 1201
  221. #define ER_SLAVE_THREAD 1202
  222. #define ER_TOO_MANY_USER_CONNECTIONS 1203
  223. #define ER_SET_CONSTANTS_ONLY 1204
  224. #define ER_LOCK_WAIT_TIMEOUT 1205
  225. #define ER_LOCK_TABLE_FULL 1206
  226. #define ER_READ_ONLY_TRANSACTION 1207
  227. #define ER_DROP_DB_WITH_READ_LOCK 1208
  228. #define ER_CREATE_DB_WITH_READ_LOCK 1209
  229. #define ER_WRONG_ARGUMENTS 1210
  230. #define ER_NO_PERMISSION_TO_CREATE_USER 1211
  231. #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
  232. #define ER_LOCK_DEADLOCK 1213
  233. #define ER_TABLE_CANT_HANDLE_FULLTEXT 1214
  234. #define ER_CANNOT_ADD_FOREIGN 1215
  235. #define ER_NO_REFERENCED_ROW 1216
  236. #define ER_ROW_IS_REFERENCED 1217
  237. #define ER_ERROR_MESSAGES 218
  238.